Another test update for the argument order changetest update for the argument order...
authorInokentiy Babushkin <inokentiy.babushkin@googlemail.com>
Wed, 30 Nov 2016 07:49:00 +0000 (08:49 +0100)
committerInokentiy Babushkin <inokentiy.babushkin@googlemail.com>
Wed, 30 Nov 2016 07:49:00 +0000 (08:49 +0100)
tests/doc.rs

index 457e53c25d18e1724ca7281ada22691e6862622e..44f2f4dff2373bde93da76c230968e2e3ea77c9c 100644 (file)
@@ -445,7 +445,7 @@ fn doc_release() {
                 execs().with_status(0)
                        .with_stderr("\
 [DOCUMENTING] foo v0.0.1 ([..])
-[RUNNING] `rustdoc src[/]lib.rs [..]`
+[RUNNING] `rustdoc [..] src[/]lib.rs [..]`
 "));
 }